home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TPIXVIEWFRAME / TPIXVIEWFRAME.txt
Text File  |  2008-11-03  |  9KB  |  318 lines

  1. inherited PixViewFrame: TPixViewFrame
  2.   object InputPanel: TUiPanel [0]
  3.     Left = 0
  4.     Top = 0
  5.     Width = 790
  6.     Height = 363
  7.     Align = alClient
  8.     BevelOuter = bvNone
  9.     TabOrder = 0
  10.     OnResize = InputPanelResize
  11.     object LeftPanel: TUiPanel
  12.       Tag = 1
  13.       Left = 0
  14.       Top = 0
  15.       Width = 260
  16.       Height = 363
  17.       Align = alLeft
  18.       BevelOuter = bvNone
  19.       BorderWidth = 4
  20.       ParentBackground = False
  21.       TabOrder = 0
  22.       object LeftScrollBox: TUiScrollBox
  23.         Left = 4
  24.         Top = 4
  25.         Width = 252
  26.         Height = 338
  27.         HorzScrollBar.Tracking = True
  28.         VertScrollBar.Tracking = True
  29.         Align = alClient
  30.         Color = clBtnFace
  31.         ParentColor = False
  32.         TabOrder = 0
  33.         TabStop = True
  34.         OnMouseDown = ScrollBoxMouseDown
  35.         OnMouseWheel = ScrollBoxMouseWheel
  36.         DoubleBuffered = True
  37.         OnKeyDown = ScrollBoxKeyDown
  38.         OnScroll = ScrollBoxScroll
  39.         object LeftImage: TUiImage
  40.           Left = 0
  41.           Top = 0
  42.           Width = 165
  43.           Height = 277
  44.           OnMouseDown = ImageMouseDown
  45.           OnMouseUp = ImageMouseUp
  46.         end
  47.       end
  48.       object LeftInfoPanel: TUiPanel
  49.         Left = 4
  50.         Top = 342
  51.         Width = 252
  52.         Height = 17
  53.         Align = alBottom
  54.         BevelOuter = bvLowered
  55.         ParentBackground = False
  56.         TabOrder = 1
  57.       end
  58.     end
  59.     object CenterPanel: TUiPanel
  60.       Tag = 2
  61.       Left = 260
  62.       Top = 0
  63.       Width = 270
  64.       Height = 363
  65.       Align = alClient
  66.       BevelOuter = bvNone
  67.       BorderWidth = 4
  68.       ParentBackground = False
  69.       TabOrder = 1
  70.       object CenterScrollBox: TUiScrollBox
  71.         Left = 4
  72.         Top = 4
  73.         Width = 262
  74.         Height = 338
  75.         HorzScrollBar.Tracking = True
  76.         VertScrollBar.Tracking = True
  77.         Align = alClient
  78.         Color = clBtnFace
  79.         ParentColor = False
  80.         TabOrder = 0
  81.         TabStop = True
  82.         OnMouseDown = ScrollBoxMouseDown
  83.         OnMouseWheel = ScrollBoxMouseWheel
  84.         DoubleBuffered = True
  85.         OnKeyDown = ScrollBoxKeyDown
  86.         OnScroll = ScrollBoxScroll
  87.         object CenterImage: TUiImage
  88.           Left = 0
  89.           Top = 0
  90.           Width = 165
  91.           Height = 277
  92.           OnMouseDown = ImageMouseDown
  93.           OnMouseUp = ImageMouseUp
  94.         end
  95.       end
  96.       object CenterInfoPanel: TUiPanel
  97.         Left = 4
  98.         Top = 342
  99.         Width = 262
  100.         Height = 17
  101.         Align = alBottom
  102.         BevelOuter = bvLowered
  103.         ParentBackground = False
  104.         TabOrder = 1
  105.         OnClick = OffsetResetExecute
  106.       end
  107.     end
  108.     object RightPanel: TUiPanel
  109.       Tag = 2
  110.       Left = 530
  111.       Top = 0
  112.       Width = 260
  113.       Height = 363
  114.       Align = alRight
  115.       BevelOuter = bvNone
  116.       BorderWidth = 4
  117.       ParentBackground = False
  118.       TabOrder = 2
  119.       object RightScrollBox: TUiScrollBox
  120.         Left = 4
  121.         Top = 4
  122.         Width = 252
  123.         Height = 338
  124.         HorzScrollBar.Tracking = True
  125.         VertScrollBar.Tracking = True
  126.         Align = alClient
  127.         Color = clBtnFace
  128.         ParentColor = False
  129.         TabOrder = 0
  130.         TabStop = True
  131.         OnMouseDown = ScrollBoxMouseDown
  132.         OnMouseWheel = ScrollBoxMouseWheel
  133.         DoubleBuffered = True
  134.         OnKeyDown = ScrollBoxKeyDown
  135.         OnScroll = ScrollBoxScroll
  136.         object RightImage: TUiImage
  137.           Left = 0
  138.           Top = 0
  139.           Width = 165
  140.           Height = 277
  141.           OnMouseDown = ImageMouseDown
  142.           OnMouseUp = ImageMouseUp
  143.         end
  144.       end
  145.       object RightInfoPanel: TUiPanel
  146.         Left = 4
  147.         Top = 342
  148.         Width = 252
  149.         Height = 17
  150.         Align = alBottom
  151.         BevelOuter = bvLowered
  152.         ParentBackground = False
  153.         TabOrder = 1
  154.       end
  155.     end
  156.   end
  157.   inherited JobProgressPanel: TUiPanel
  158.     TabOrder = 1
  159.   end
  160.   inherited MessagePanel: TUiPanel
  161.     TabOrder = 2
  162.   end
  163.   inherited Actions: TUiActionList
  164.     object CopyAction: TUiAction
  165.       Category = 'Edit'
  166.       Caption = '&Copy'
  167.       Hint = 'Copy|Copies selection and puts it on Clipboard.'
  168.       ImageIndex = imgCopy
  169.       OnExecute = CopyExecute
  170.       ShortCaption = 'Copy'
  171.     end
  172.     object GoLeftAction: TUiAction
  173.       Category = 'Search'
  174.       Caption = 'Go Left'
  175.       Hint = 'Go Left|Positions in pane left of selected one.'
  176.       OnExecute = GoLeftExecute
  177.       ShortCaption = 'Go Left'
  178.     end
  179.     object GoRightAction: TUiAction
  180.       Category = 'Search'
  181.       Caption = 'Go Right'
  182.       Hint = 'Go Right|Positions in pane right of selected one.'
  183.       OnExecute = GoRightExecute
  184.       ShortCaption = 'Go Right'
  185.     end
  186.     object GoNextAction: TUiAction
  187.       Category = 'Search'
  188.       Caption = 'Go Next'
  189.       Hint = 'Go Next|Positions in pane after selected one.'
  190.       OnExecute = GoNextExecute
  191.       ShortCaption = 'Go Next'
  192.     end
  193.     object GoPrevAction: TUiAction
  194.       Category = 'Search'
  195.       Caption = 'Go Prev'
  196.       Hint = 'Go Prev|Positions in pane before selected one.'
  197.       OnExecute = GoPrevExecute
  198.       ShortCaption = 'Go Prev'
  199.     end
  200.     object DiffPictureNoneAction: TUiAction
  201.       Category = 'View'
  202.       AutoCheck = True
  203.       Caption = 'Hide Difference Panel'
  204.       GroupIndex = 10
  205.       Hint = 'Hide Difference Panel|Suppresses center comparison panel.'
  206.       ImageIndex = imgPixCompareNone
  207.       OnExecute = DiffPictureExecute
  208.       ShortCaption = 'No'
  209.     end
  210.     object DiffPictureToleranceAction: TUiAction
  211.       Category = 'View'
  212.       AutoCheck = True
  213.       Caption = 'Tolerance Mode'
  214.       GroupIndex = 10
  215.       Hint = 'Tolerance Mode|Detects pixel differences greater than tolerance.'
  216.       ImageIndex = imgPixCompareTolerance
  217.       OnExecute = DiffPictureExecute
  218.       ShortCaption = 'Tol'
  219.     end
  220.     object DiffPictureRangeAction: TUiAction
  221.       Category = 'View'
  222.       AutoCheck = True
  223.       Caption = 'Mismatch Range Mode'
  224.       GroupIndex = 10
  225.       Hint = 'Mismatch Range Mode|Measures degree of pixel difference.'
  226.       ImageIndex = imgPixCompareRange
  227.       OnExecute = DiffPictureExecute
  228.       ShortCaption = 'Range'
  229.     end
  230.     object DiffPictureBinaryOpAction: TUiAction
  231.       Category = 'View'
  232.       AutoCheck = True
  233.       Caption = 'Binary Operation Mode'
  234.       GroupIndex = 10
  235.       Hint = 'Binary Operation Mode|Performs binary operation.'
  236.       ImageIndex = imgPixCompareBinaryOp
  237.       OnExecute = DiffPictureExecute
  238.       ShortCaption = 'Binary'
  239.     end
  240.     object StretchAction: TUiAction
  241.       Category = 'View'
  242.       AutoCheck = True
  243.       Caption = 'Stretch to Same Size'
  244.       Hint = 
  245.         'Stretch to Same Size|Forces pictures to have same height and wid' +
  246.         'th.'
  247.       ImageIndex = imgPixStretch
  248.       OnExecute = StretchExecute
  249.       ShortCaption = 'Stretch'
  250.     end
  251.     object OffsetResetAction: TUiAction
  252.       Category = 'View'
  253.       Caption = 'Reset Difference Offset'
  254.       Hint = 
  255.         'Reset Difference Offset|Realigns top left corner of both picture' +
  256.         's.'
  257.       OnExecute = OffsetResetExecute
  258.     end
  259.     object SideBySideAction: TUiAction
  260.       Category = 'View'
  261.       AutoCheck = True
  262.       Caption = 'Side-by-side &Layout'
  263.       GroupIndex = 20
  264.       Hint = 'Side-by-side Layout|Arranges panes side-by-side.'
  265.       ImageIndex = imgSideBySide
  266.       OnExecute = OverUnderExecute
  267.       ShortCaption = 'Normal'
  268.     end
  269.     object OverUnderAction: TUiAction
  270.       Category = 'View'
  271.       AutoCheck = True
  272.       Caption = '&Over-under Layout'
  273.       GroupIndex = 20
  274.       Hint = 'Over-under Layout|Arranges panes above and below each other.'
  275.       ImageIndex = imgOverUnder
  276.       OnExecute = OverUnderExecute
  277.       ShortCaption = 'Stacked'
  278.     end
  279.     object ZoomAction: TUiAction
  280.       Category = 'View'
  281.       Caption = '&Zoom'
  282.       Hint = 'Zoom|Lists zoom choices.'
  283.       OnExecute = ZoomPopulate
  284.     end
  285.     object ZoomInAction: TUiAction
  286.       Category = 'View'
  287.       Caption = 'Zoom In'
  288.       Hint = 'Zoom In|Makes pictures appear to be larger.'
  289.       ImageIndex = imgZoomIn
  290.       OnExecute = ZoomExecute
  291.       ShortCaption = 'In'
  292.     end
  293.     object ZoomOutAction: TUiAction
  294.       Category = 'View'
  295.       Caption = 'Zoom Out'
  296.       Hint = 'Zoom Out|Makes pictures appear to be smaller.'
  297.       ImageIndex = imgZoomOut
  298.       OnExecute = ZoomExecute
  299.       ShortCaption = 'Out'
  300.     end
  301.     object ZoomAutoAction: TUiAction
  302.       Category = 'View'
  303.       AutoCheck = True
  304.       Caption = 'AutoZoom'
  305.       Hint = 'AutoZoom|Makes pictures appear to fill panes.'
  306.       ImageIndex = imgPixZoomAuto
  307.       OnExecute = ZoomAutoExecute
  308.       ShortCaption = 'Auto'
  309.     end
  310.   end
  311.   object DragTimer: TTimer
  312.     Enabled = False
  313.     Interval = 50
  314.     OnTimer = DragTimerTimer
  315.     Left = 32
  316.   end
  317. end
  318.